![]() |
GetModalDialogEventMask |
||||
Header: | Dialogs.h | Carbon status: | Supported | |
Obtains the events to be received by the ModalDialog function.
OSStatus GetModalDialogEventMask ( DialogRef inDialog, EventMask *outMask );
A pointer to the dialog box for which you wish to obtain the event mask.
On input, a pointer to a unsigned 16-bit integer of type EventMask. On return, your application may test the bits of this value to determine the event(s) that the dialog box is currently set to receive.
A result code.
Also see the function SetModalDialogEventMask.
This function is available with Mac OS 8.5 and later.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)